home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / start.dir / 00001_Script_1 next >
Text File  |  1995-02-26  |  148b  |  7 lines

  1. on exitFrame
  2.   if the machinetype < 256 then
  3.     go movie (the Pathname&"bugs:ipl")
  4.   else
  5.     go movie (the Pathname&"bugs\ipl")
  6.   end if
  7. end